home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / install / disk12 / lib.pak / DDEREG.DFM / DDEREG.txt
Encoding:
Text File  |  1995-08-24  |  1.5 KB  |  93 lines

  1. object DdeLinkDlg: TDdeLinkDlg
  2.   Left = 277
  3.   Top = 181
  4.   ActiveControl = AppEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'DDE Info'
  7.   ClientHeight = 145
  8.   ClientWidth = 289
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnActivate = DoPasteCheck
  16.   OnCreate = FormCreate
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 273
  22.     Height = 89
  23.     Shape = bsFrame
  24.   end
  25.   object Label1: TLabel
  26.     Left = 12
  27.     Top = 20
  28.     Width = 65
  29.     Height = 18
  30.     AutoSize = False
  31.     Caption = 'DdeService:'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 12
  35.     Top = 44
  36.     Width = 61
  37.     Height = 18
  38.     AutoSize = False
  39.     Caption = 'DdeTopic:'
  40.   end
  41.   object AppEdit: TEdit
  42.     Left = 88
  43.     Top = 16
  44.     Width = 185
  45.     Height = 20
  46.     TabOrder = 0
  47.   end
  48.   object TopicEdit: TEdit
  49.     Left = 88
  50.     Top = 40
  51.     Width = 185
  52.     Height = 20
  53.     TabOrder = 1
  54.   end
  55.   object OK: TBitBtn
  56.     Left = 40
  57.     Top = 104
  58.     Width = 77
  59.     Height = 27
  60.     TabOrder = 2
  61.     Kind = bkOK
  62.     Margin = 2
  63.     Spacing = -1
  64.   end
  65.   object BitBtn1: TBitBtn
  66.     Left = 124
  67.     Top = 104
  68.     Width = 77
  69.     Height = 27
  70.     TabOrder = 3
  71.     Kind = bkCancel
  72.     Margin = 2
  73.     Spacing = -1
  74.   end
  75.   object PasteBtn: TBitBtn
  76.     Left = 80
  77.     Top = 64
  78.     Width = 93
  79.     Height = 27
  80.     Caption = 'Paste Link'
  81.     TabOrder = 4
  82.     OnClick = doPasteLink
  83.   end
  84.   object BitBtn2: TBitBtn
  85.     Left = 208
  86.     Top = 104
  87.     Width = 73
  88.     Height = 27
  89.     TabOrder = 5
  90.     Kind = bkHelp
  91.   end
  92. end
  93.